Global Index
HTML5 JS API Index > File System API Tutorials & Specs

FileSystem

This interface represents a file system.

Properties
DOMString
name
This is the name of the file system. The specifics of naming filesystems is unspecified, but a name must be unique across the list of exposed file systems.
DirectoryEntry
root
The root directory of the file system.
Referenced by
Entryfilesystem
FileSystemCallbackhandleEvent(...)